home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vbrc10.zip / TESTMAKE.BAT < prev    next >
DOS Batch File  |  1992-08-12  |  182b  |  7 lines

  1. REM ---------------------------------------------
  2. REM TESTMAKE.BAT - Recompiles TEST.EXE resources
  3. REM ---------------------------------------------
  4.  
  5. rc -r test.rc
  6. rc test.res
  7.